'Declaration
Public Function AddRegionInches( _ ByVal Name As String, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal MixMode As ForegroundMixMode, _ ByVal RegionColor As Integer _ ) As Integer
public int AddRegionInches( string Name, float Left, float Top, float Width, float Height, ForegroundMixMode MixMode, int RegionColor )
public function AddRegionInches( Name: String; Left: Single; Top: Single; Width: Single; Height: Single; MixMode: ForegroundMixMode; RegionColor: Integer ): Integer;
public function AddRegionInches( Name : String, Left : float, Top : float, Width : float, Height : float, MixMode : ForegroundMixMode, RegionColor : int ) : int;
public: int AddRegionInches( string* Name, float Left, float Top, float Width, float Height, ForegroundMixMode MixMode, int RegionColor )
public: int AddRegionInches( String^ Name, float Left, float Top, float Width, float Height, ForegroundMixMode MixMode, int RegionColor )
Parameters
- Name
- Left
- Top
- Width
- Height
- MixMode
- RegionColor